toggle menu
IntelliJ Platform Gradle Plugin
2.0.0-beta6
jvm
switch theme
search in API
IntelliJ Platform Gradle Plugin
/
org.jetbrains.intellij.platform.gradle.models
/
IvyModule
/
Info
Info
@
Serializable
data
class
Info
(
val
organisation
:
String
?
,
val
module
:
String
?
,
val
revision
:
String
?
,
val
publication
:
String
=
LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMddHHmmss"))
)
Members
Constructors
Info
Link copied to clipboard
constructor
(
organisation
:
String
?
,
module
:
String
?
,
revision
:
String
?
,
publication
:
String
=
LocalDateTime.now().format(DateTimeFormatter.ofPattern("yyyyMMddHHmmss"))
)
Properties
module
Link copied to clipboard
val
module
:
String
?
organisation
Link copied to clipboard
val
organisation
:
String
?
publication
Link copied to clipboard
val
publication
:
String
revision
Link copied to clipboard
val
revision
:
String
?